Ниже предоставлен полный список пользовательских функций раздела "EventLog Management", доступных в AutoIt. Кликните по имени функции для получения детального описания
Для использования этих функций необходимо добавить строку #include <EventLog.au3>.
| Функция | Описание |
|---|---|
| _EventLog__Backup | Saves the event log to a backup file |
| _EventLog__Clear | Clears the event log |
| _EventLog__Close | Closes a read handle to the event log |
| _EventLog__Count | Retrieves the number of records in the event log |
| _EventLog__DeregisterSource | Closes a write handle to the event log |
| _EventLog__Full | Retrieves whether the event log is full |
| _EventLog__Notify | Enables an application to receive event notifications |
| _EventLog__Oldest | Retrieves the absolute record number of the oldest record in the event log |
| _EventLog__Open | Opens a handle to the event log |
| _EventLog__OpenBackup | Opens a handle to a backup event log |
| _EventLog__Read | Reads an entry from the event log |
| _EventLog__RegisterSource | Retrieves a registered handle to the specified event log |
| _EventLog__Report | Writes an entry at the end of the specified event log |